object FTPDialog: TFTPDialog Left = 435 Top = 247 BorderStyle = bsDialog Caption = '*' ClientHeight = 358 ClientWidth = 329 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label5: TLabel Left = 8 Top = 8 Width = 72 Height = 13 Caption = '&Path/Filename:' FocusControl = txtFileName end object lblLinebreak: TLabel Left = 168 Top = 48 Width = 50 Height = 13 Caption = '&Linebreak:' FocusControl = cboLinebreak end object btnCancel: TCorelButton Left = 248 Top = 328 Width = 75 Height = 23 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 5 end object btnOK: TCorelButton Left = 168 Top = 328 Width = 75 Height = 23 Caption = '*' Default = True Enabled = False ModalResult = 1 TabOrder = 6 OnClick = btnOKClick end object StaticText1: TStaticText Left = 8 Top = 315 Width = 313 Height = 2 AutoSize = False BorderStyle = sbsSunken TabOrder = 7 end object GroupBox1: TGroupBox Left = 8 Top = 96 Width = 313 Height = 209 Caption = 'FTP Settings' TabOrder = 4 object Label1: TLabel Left = 8 Top = 24 Width = 31 Height = 13 Caption = '&Name:' FocusControl = cboName end object Label6: TLabel Left = 8 Top = 64 Width = 185 Height = 13 Caption = '&FTP Server Name (e.g. ftp.server.com):' FocusControl = txtServer end object Label4: TLabel Left = 248 Top = 64 Width = 22 Height = 13 Caption = '&Port:' FocusControl = spnPort end object Label2: TLabel Left = 8 Top = 104 Width = 51 Height = 13 Caption = '&Username:' FocusControl = txtUsername end object Label3: TLabel Left = 160 Top = 104 Width = 49 Height = 13 Caption = 'Pass&word:' FocusControl = txtPassword end object cboName: TComboBox Left = 8 Top = 40 Width = 297 Height = 21 ItemHeight = 13 TabOrder = 0 OnClick = cboNameClick end object txtServer: TEdit Left = 8 Top = 80 Width = 233 Height = 21 TabOrder = 1 end object chkAnonymous: TCheckBox Left = 8 Top = 152 Width = 169 Height = 17 Caption = '&Anonymous' TabOrder = 5 OnClick = chkAnonymousClick end object txtUsername: TEdit Left = 8 Top = 120 Width = 145 Height = 21 TabOrder = 3 end object txtPassword: TEdit Left = 160 Top = 120 Width = 145 Height = 21 PasswordChar = '*' TabOrder = 4 end object chkSavePass: TCheckBox Left = 8 Top = 168 Width = 169 Height = 17 Caption = '&Save Password' TabOrder = 6 end object chkPassiveMode: TCheckBox Left = 8 Top = 184 Width = 169 Height = 17 Caption = 'Passive &Mode' TabOrder = 7 end object rgTransferMode: TRadioGroup Left = 200 Top = 152 Width = 105 Height = 49 Caption = 'Transfermode' ItemIndex = 0 Items.Strings = ( 'AS&CII' '&Binary') TabOrder = 8 end object spnPort: TSpinEdit Left = 248 Top = 80 Width = 57 Height = 22 MaxValue = 0 MinValue = 0 TabOrder = 2 Value = 0 end end object txtFileName: TEdit Left = 8 Top = 24 Width = 289 Height = 21 TabOrder = 0 OnChange = txtFileNameChange end object btnBrowse: TCorelButton Left = 304 Top = 24 Width = 17 Height = 22 Hint = 'Browse' Caption = '...' ParentShowHint = False ShowHint = True TabOrder = 1 OnClick = btnBrowseClick end object chkReadOnlyCopy: TCheckBox Left = 8 Top = 66 Width = 137 Height = 17 Caption = '*' TabOrder = 2 end object cboLinebreak: TComboBox Left = 168 Top = 64 Width = 153 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 3 end end